﻿@charset "utf-8";
/* 链接 */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #2b579e;
	text-decoration: none;
}
a:active {
	outline: none;
}
/* 头部、底部、公用 */

body {
	overflow-x: hidden;
	font-size: 16px;
    background: #fff url(../images/bg.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
}
.inner,
.nav,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.ht {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.ht a {
    position: relative;
    z-index: 99;
    margin: 0 10px;
}

@media (max-width: 480px) {
    .ht a {
        margin: 0px 4px;
    }
}

.ht .qr {
    position: absolute;
    top: 30px;
    right: 0;
    display: none\0;
    width: 120px;
    border: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translate(0, -6px);
    transition: all .3s;
}

.ht .qr:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    margin-bottom: 4px;
}

.ht .qr img {
    display: block;
    width: 100%;
}

.ht a:hover .qr {
    display: block\0;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}
.header {
    position: relative;
}

.header h1 {
    width: 50%;
    height: 342px;
    background: url(../images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 342px;
}

.nav {
    height: 60px;
    background-color: #2b579e;
}

.nav li {
    position: relative;
    float: left;
    width: 11.66%;
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.nav li+li:before {
    content: '';
    position: absolute;
    top: 40%;
    bottom: 10px;
    left: 0;
    height: 14px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.nav li a:hover {
    background-color: rgba(0, 0, 0, .2);
}
/* banner */
.banner {
     width: 530px;
     height: 280px;
     position: absolute;
    top: 20%;
    right: 30px;
 }

 /*.banner {
     -webkit-mask-image: url(sm.png);
     -webkit-mask-size: 530px;
     -webkit-mask-repeat: no-repeat;
     -webkit-mask-position: 50% -10%;
 }*/

 .banner .pic div {
     width: 530px;
     height: 280px;
     
     background-repeat: no-repeat;
     background-position: 0 0;
     background-size: 100% auto;
     
 }

 /*.banner .pic div.current {
     opacity: 1;
     background-size: 105% auto;
 }*/

 .banner .pic div img {
     display: block;
     width: 100%;
 }

/* 搜索 */
.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    position: absolute;
    bottom: -14%;
    right: 20px;
    z-index: 9;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button {
    display: inline-block;
}
.search select{
    height: 34px;
    font-size: 14px;
    background: #6b89bb;
    border:1px solid #6b89bb;
    color: #fff;
    padding-top: 1px;
    border-radius: 4px 0 0 4px;
}
.search input {
    height: 34px;
    width: 150px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 30px 10px 0px;
    border: none;
    color: #fff;
    background: #6b89bb;
    border:1px solid #6b89bb;
    margin-top: -13px;
    outline: none;
    border-radius: 0 4px 4px 0;
}

.search button {
    width: 40px;
    height: 34px;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin-left:-40px;
    color: transparent;
}

.search button .iconfont {
    font-size: 20px;
    color: #e1e7f3;
    margin: 0px auto;
    line-height: 34px;
}
.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.tab .current {
    color: #2b579e;
}

h3.tab {
    height: 60px;
    margin-bottom: 10px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}

h3.tab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after {
    background-color: #2b579e;
    transform: scale(1, 1);
}

.grid,.side {
	padding: 20px;
	background-color: #fff;
}
.side {
	margin-top:30px;
}
.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 320px auto;
    background-repeat: no-repeat;
}
@media (max-width: 1200px) {
	.ht .fl,
    .lang,
    .search-box,
    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .nav,
    .search,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    body {
        background-size:150% auto;
    }

    .header h1 {
        height: 80px;
        background-position: 20px 50%;
        background-size: auto 50%;
    }

    .header h1 a {
        height: 80px;
    }
    
     .banner{
     	display: none;
     }

    .search-btn {
        display: block;
    }

    .search-box {
        position: static;
        top: 0;
        margin: -15px 0 0;
        padding: 15px 0;
        background-color: #f8f8f8;
    }

    .search-box:before {
        display: block;
    }

    .nav {
        padding: 10px 0;
    }

    .nav li a {
        position: relative;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
    }
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
    .content{
    	padding:0px;
    }
}

@media (max-width: 480px) {
	.nav li {
	    position: relative;
	    float: left;
	    width: 16.66%;
	}
    .nav li a {
        font-size: 14px;
    }

	.nav li+li:before {
	    content: '';
	    position: absolute;
	    top: 13px;
	    bottom: 10px;
	    left: 0;
	    border-left: 1px solid rgba(255, 255, 255, .2);
	}
}

@media (max-width: 360px) {
    h3.tab {
        margin-left: -10px;
        margin-right: -10px;
    }

    h3.tab a {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .nav li a {
        font-size: 12px;
    }
}
/* 底部 */
.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #2b579e;
    color: #fff;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    color: #fff;
    background: #1a4b99;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.footer-map {
    margin-left: 320px;
}
.footer-map a{
	line-height: 45px;
}
.bg-blue{
    background: #1a4b99;
}

.credit {
	padding:6px 20px;
}

.credit p{
	padding:0px 24px;
	line-height: 32px;
	margin:5px 0px;
	background-color: #315da3;
}

.ml10{
	margin-left: 10px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1024px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .links>ul>li{
    	margin-bottom: 10px;
    }

    .copyright>.p20,.copyright>.credit {
        margin: 5px 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}

/* 列表页*/
.where {
	height: auto;
	line-height: 30px;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #ccc;
    background: url(../images/where.jpg) 0 50% no-repeat;
}
.list-t li:hover:before {
	background-color: #b7000e;
}
.side-menu h2 {
	height: 80px;
	line-height: 40px;
	padding:20px 0px;
	font-size: 24px;
	color:#fff;
	margin:-20px -20px 0px -20px;
	padding-left: 50px;
	border-left: 5px solid #d0021b;
	font-weight: bold;
	background-color: #2b579e;
}
.list-b.b4 li {
	margin-bottom: 0px;
	min-height: 70px;
	padding: 30px 60px 30px 10px;
	border-bottom:1px solid #ddd;
}
.list-b.b4 .calendar{
	margin-top:10px;
	font-size: 14px;
	color: #999;
}
.list-b.b4 .calendar em {
	line-height: 30px;
	display: inline-block;
	padding:0px 10px;
	margin:0px 20px;
	position: relative;
	background-color: #f0eff0;
}
.list-b.b4 .calendar em::before {
	content: '';
	display: block;
	position: absolute;
	top: 20%;
	left: -10%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent #f0eff0 transparent transparent;
}
.list-b.b4 .calendar span{
	display: inline-block;
	border:1px solid #ddd;
	padding: 0px 10px;
	border-radius: 100px;
}
.list-b li h4{
	padding-left: 20px;
	font-size: 20px;
	max-height:100%;
	margin-bottom:0px;
	padding-bottom: 10px;
	border-left: 4px solid #d0021b;
}
.list-b li p{
	padding-left: 20px;
	font-size: 14px;
	line-height: 28px;
	border-left: 2px solid #f0eff0;

}
.side-menu li a {
    position: relative;
    display: block;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    color: #666;
	font-weight: bold;
	padding-left: 55px;
	margin-top: 10px;
	background-color: #f3f3f3;
}
.side-menu li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top:-3px;
	height: 6px;
	width:6px;
	transform:scale(1);
	background-color: #ddd;
	border-radius:100px;
}
.side-menu li a:hover {
	color: #fff;
	background-color: #6e94c8;
	background-image: none;
}
.side-menu li a span{
	font-size: 30px;
	position: absolute;
	top: 0;
	right: 20px;
	color: #ddd;
}
.side-menu li a:hover span{
	color: #fff;
}
.side-menu li a:hover:before{
	background-color: #fff;
}
.list li .share{
	top: 80%;
	right: 50px;
}
@media (max-width: 1200px) {
	.side{
		margin-top:20px;
		padding: 0px;
	}
	.side-menu h2 {
		display: none;
	}
	.side-menu ul {
		margin: 0 -5px;
	}
	.side-menu li {
		float: left;
		width: 33.33%;
	}
	.side-menu li a {
		margin: 5px;
		padding: 0 3px;
		line-height: 40px;
		font-size: 16px;
		background-color: #eee;
		border-radius: 3px;
	}
	.side-menu li.current a {
		background-color: #6e94c8;
		color: #fff;
	}
	.list-b li h4{
		font-size: 18px;
	}
	.list-b.b4 li{
		padding: 30px 10px;
	}
	.side-menu li a:before,.side-menu li a span,.list li .share,.article .bdsharebuttonbox, .article .opt{
		display: none;
	}
	.side-menu li a{
		text-align:center;
	}
	
}
@media (max-width: 1024px) and (min-width: 1024px) {
	.side-menu li {
		float: left;
		width: 100% !important;
	}
}
.article .info>span{
	color: #979797;
	padding:0px 10px;
}
.jfontsize a{
	border:none;
}
.btn-default{
	border:none;
	color:#fff; 
	font-size: 16px;
	background-color: #6e94c8;
}
.article .option .bds_tsina,.article .option .bds_weixin{
	background-size: 28px auto !important;
}
/* 分页 */
.pages a {
	background-color: #eee;
	margin-bottom: 10px;
}
.pages a:hover {
	position: relative;
	background-color: #a3bbe2;
	color: #fff;
}
.pages a.current {
	background-color: #6e94c8;
}

/* 政务公开 */
.public {
	height: 180px;
	border-radius: 5px;
	background: #d6e8f2 url(../images/public.jpg) center no-repeat;
	background-size: cover;
}
.public p {
	padding-top: 100px;
}
.public p a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background-color: rgba(43, 87, 158, .6);
	color: #fff;
	border-radius: 3px;
	transition: all .3s;
}
.public p a:hover {
	background-color: #fff;
	color: #2d8fff;
}
@media (max-width: 1200px) {
	.public {
		background: #d6e8f2 url(../images/public.jpg) 15% 0 no-repeat;
	}
	.public p{
		padding-top: 80px;
	}
	.public p a{
		margin:5px;
		width: 130px;
	}
}
@media (max-width: 320px) {
    .public {
        background: #d6e8f2 url(../images/public.jpg) 22% 0 no-repeat;
    }
}
.a2{
    padding:14px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
 }
.a2 li {
	width: 33.33%;
}
.a2 li a {
	position: relative;
	height: 60px;
	margin: 8px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 60px;
	text-align: left;
	background-color: #f3f5f9;
	border-radius: 15px;
}
.a2 li i{
	float: left;
	margin:14px 0px;
}
.a2 li i.s1 {
	background-position: 0px 0px;
 }
.a2 li i.s2 {
	background-position: -40px 0px;
 }
.a2 li i.s3 {
	background-position: 0px -40px;
 }
.a2 li i.s4 {
	background-position: -40px -40px;
 }
.a2 li i.s5 {
	background-position: -80px -40px;
 }
.a2 li i.s6 {
	background-position: -120px -40px;
 }
/*.a2 li a:hover i {
	transform: rotateY(360deg);
}*/
@media (max-width: 1024px) {
	.a2 li a{
		font-size: 14px;
	}
}
@media (max-width: 480px) {	
	.a2 li {
		width: 100%;
	}
	.a2 li a{
		font-size: 18px;
		text-align:center;
	}
}

/* 专题专栏 */
.new_topic h3 {
	width: 100%;
	height: 40px;
	background: url(../images/zxzt.jpg) center no-repeat;
}
.new_topic h3 a,.periods h3 a{
	display: block;
}
.periods h3 {
	width: 100%;
	height: 40px;
	background: url(../images/wqzt.jpg) center no-repeat;
}
.b1 li{
	width: 29.33%;
	padding:0px;
	border:1px solid #ddd;
	border-radius: 3px;
	margin:0px 2%;
}
.b1 li h4{
	margin:35px 0px 20px 0px;
	border-left: none;
	padding-bottom: 0px;
}
.b1 li h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 18px;
    margin-top: -9px;
    background-color: #2b579e;
}
.b1 .more{
	display: inline-block;
	line-height: 28px;
	padding:0px 20px;
	border-radius:3px;
	margin:30px 34%;
	border:1px solid #ddd;
}
.b1 li img{
	width: 100%;
	height: 100%;
}

.b2 li{
	width: 29.33%;
	padding:0px;
	margin:2%;
	overflow: hidden;
}

.b2 li img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
	transition: all .3s;
}
.b2 li:hover img {
    transform: scale(1.1, 1.1);
}
@media (max-width: 1024px) {	
	.b1 .more{
		margin:30px 30%;
	}
}
@media (max-width: 768px) {	
	.b1 .more{
		margin:30px 25%;
	}
}
@media (max-width: 480px) {	
	.b1 li{
		width: 96%;
		margin:2%
	}
	.b1 .more{
		margin:30px 34%;
	}

	.b2 li{
		width: 46%;
	}
}
@media (max-width: 320px) {	
	.b1 .more{
		margin:30px 30%;
	}
}

/* 双公示 */
.special{
	height: 320px;
	background: #d6e8f2 url(../images/special.jpg) center no-repeat;
	background-size: cover;
}
.culture h3,.travel h3{
	background: url(../images/line.jpg) left 80% repeat-x;
}
.culture h3 a{
	height: 65px;
	width: 250px;
	background: #fff url(../images/culture.jpg) center no-repeat;
	background-size: cover;
} 
.travel h3 a{
	height: 65px;
	width: 250px;
	background: #fff url(../images/travel.jpg) center no-repeat;
	background-size: cover;
}
.special a,.culture h3 a,.travel h3 a{
	display: block;
}
.box{
	margin-bottom:20px;
	background-color: #fafafa;
}
.culture .box h4 a{
	color: #a08463;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}
.travel .box h4 a{
	color: #45c3bf;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}
.culture .box h4 a:before,.travel .box h4 a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 12px;
    margin-top: -6px;
    border-radius: 3px;
}
.culture .box h4 a:before{
    background-color: #cdbfae;
}
.travel .box h4 a:before{
    background-color: #9fdedc;
}

/* 互动交流 */

.a3 li {
    width: 33.33%;
}
.a3 li a {
    position: relative;
    height: 160px;
    margin: 8px;
    padding:20px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    background-color: #f3f5f9;
}
.a3 li i{
    margin:10px auto 20px;
    transition: unset;
}
.a3 li a em{
    line-height: 40px;
    padding:15px;
    border-top: 1px solid #2b579e;
}
.a3 li i.s1 {
    background-position: -160px 0px;
 }
.a3 li i.s2 {
    background-position: -200px 0px;
 }
.a3 li i.s3 {
    background-position: -160px -40px;
 }
 .a3 li a:hover{
    background-color: #2b579e
 }
.a3 li:hover i.s1 {
    background-position: 0px -240px;
 }
.a3 li:hover i.s2 {
    background-position: -40px -240px;
 }
.a3 li:hover i.s3 {
    background-position: -80px -240px;
 }
.a3 li a:hover em{
    color: #fff;
    border-top: 1px solid #fff;
}
.a4 li{
    width: 100%;
 }
.a4 li a {
    position: relative;
    height: 73px;
    line-height: 73px;
    font-size: 18px;
    margin:10px 0px;
    text-align:center;
    border-radius: 3px;
    margin-left:-20px;
    background-color: #f3f5f9;
}
.a4 li i{
    display: inline-block;
    margin-right:10px;
    transition: unset;
}
.a4 li i.s1 {
    background-position: -200px -40px;
 }
.a4 li i.s2 {
    background-position: -240px -40px;
 }
.a4 li:hover i.s1 {
    background-position: -120px -240px;
 }
.a4 li:hover i.s2 {
    background-position: -160px -240px;
 }
 .a4 li a:hover{
    color: #fff;
    background-color: #2b579e
 }
 .address{
    padding: 30px 0px 30px 30px;
    width: 31%;
    height: 155px;
    margin-top:10px;
    background: url(../images/address.jpg) top left repeat-x;
 }
 .address h4 b{
    display: block;
    width: 50px;
    float: left;
    color: #fff;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    padding:37px 0px;
    margin-top:-30px;
    margin-left:-30px;
    font-weight: normal;
    background: url(../images/address_h.jpg) top left repeat-x;
 }
 .address p{
    line-height: 32px;
    padding-left: 60px;
 }
 @media (max-width: 768px) { 

    .a4 li a{
        margin-left:0px;
    }
    .address{
        width: 96%;
        margin:0px 15px;
    }  
 }
 @media (max-width: 480px) { 
    .a3 li a{
        padding:20px 0px;
        margin:5px;
    }
    .a3 li a em{
        padding: 15px 0px;
    }
    .address{
        width: 92%;
    }
    .address p{
        line-height: 28px;
        padding-left: 35px;
     }
 }
.a5 li {
    width: 33.33%;
  }
.a5 li a{
    display: block;
    padding: 20px 20px 0px 20px;
    margin:10px;
    text-align: left;
    background-color: #f3f5f9;
 }
.a5 li a h4{
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    background-color: #6e94c8;
    line-height: 30px;
  }
.a5 li a p{
    line-height: 32px;
  }
.a5 li a i{
    display: block;
    margin-left: 60%;
    width: 60px;
    height: 60px;
    background-size: auto;
    background-image: url(../images/icons.png);
    background-position: -570px -250px;
    transition: unset;
  }
.a5 li a:hover{
    color: #fff;
    background-color: #2b579e;
}
.a5 li a:hover i{
    background-position: -570px -90px;
  }
 @media (max-width: 480px) {
    .a5 li a {
        padding: 20px 10px 0px 10px;
        margin: 5px;
    }
    .a5 li a h4{
        padding: 0px 5px;
    }
    .a5 li a i{
        margin-left:20%;
    }
}
 @media (max-width: 320px) {
    .a5 li a {
        padding: 20px 5px 0px 5px;
        margin: 5px;
    }
    .a5 li a h4{
        padding: 0px 4px;
    }
}
.a6 li{
    width: 33.33%;
    position: relative;
}
.a6 li a{
    display: block;
    margin:10px 20px;
    padding: 20px;
    height: 130px;
    border-radius: 3px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    background:#6e94c8 url(../images/icons.png) 0px -350px no-repeat;
}
.a6 li i{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10%;
    background-size: 480px auto;
}
.a6 li i.s1 {
    background-position: -360px -120px;
 }
.a6 li i.s2 {
    background-position: -420px -120px;
 }
.a6 li i.s3 {
    background-position: -360px -180px;
 }
 @media (max-width: 480px) { 
    .a6 li{
        width: 100%
    }
}


/* 文旅名录 */
.roster{
    height: 265px;
    background: url(../images/roster.jpg) center no-repeat;
}
.a7{
    padding-bottom: 20px;
    border-bottom: 3px solid #6e94c8;
}
.a7 li{
    width: 16.66%;
}
.a7 li a{
    text-align: left;
    font-size: 20px;
    line-height: 40px;
}
.a7 li i{
    margin:0px 15px;
    float: left;
    animation-duration: .6s;
}
.a7 li i.s1{
    background-position: 0px -120px;
}
.a7 li i.s2{
    background-position: -40px -120px;
}
.a7 li i.s3{
    background-position: -80px -120px;
}
.a7 li i.s4{
    background-position: -120px -120px;
}
.a7 li i.s5{
    background-position: -160px -120px;
}
.a7 li i.s6{
    background-position: -200px -120px;
}
.a7 li a:hover i {
    transform: rotateY(360deg);
}
@media (max-width: 480px) {

    .a7 li{
        width: 50%;
    }
    .a7 li a{
        font-size: 14px;
    }
}
.roster_list{
    margin:20px auto;
    border: none; 
    width: 80%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.roster_list tr th{
    color: #224b7f;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #e6ebf3;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    line-height: 30px;
    border:none;
}
.table>tbody>tr>td +td, .table>thead>tr>th +th{
    border-left: 1px solid #bfcce2;
}
.search02 {
    width: 685px;
    height: 52px;
    margin: 20px auto;
}

.search02 input,
.search02 button {
    float: left;
    display: block;
}

.search02 input {
    box-sizing: border-box;
    width: 500px;
    height: 50px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 4px;
    padding: 20px;
    border: none;
    background: #f5f5f5;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    outline: none;
    border:1px solid #a9c1e5;
}

.search02 button {
    box-sizing: border-box;
    width: 180px;
    height: 52px;
    border: none;
    background: #2b579e;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.search02 button .iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .search02{
        width:100%;
        height:104px;
    }
    .search02 input  {
        width:100%;
        margin-bottom:10px;
    }
    .search02 button {
        width:100%;
        font-size: 16px;
    }
}

/* 文旅旅游 */
.tab-pane .list-t .top1{
    padding:20px;
    background-color: #f5f5f5;
}
.tab-pane .list-t .top1:before{
    display:none;
}
.tab-pane .list-t .top1 a{
    display: block;
}
.tab-pane .list-t .top1 h4{
    font-size: 18px;
    line-height: 30px;
}

.tab-pane .list-t .top1 h4 a {
    white-space: normal;
}
.tab-pane .list-t .top1 p{
    color: #888;
    line-height: 30px;
    font-size: 16px;
}
h3.tabs{
    height:40px;
    line-height: 40px;
    margin-bottom: 0px;
    border-bottom: none;
}
h3.tabs a:after {
    display: none;
}
h3.tabs a.current:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 18px;
    margin-top: -9px;
    background-color: #2b579e;
}

@media (max-width: 480px) {
    h3.tabs a.current:before{
        left:20%;
    }
}
.travels{
    height: 167px;
    border:1px solid #ccc;
}
.travel_pic{
    height: 165px;
    background: url(../images/roster02.jpg) top center no-repeat;
}
.a8{
    padding:20px;
}
.a8 li{
    width: 33.33%;
}
.a8 li a{
    text-align: left;
    font-size: 20px;
    line-height: 60px;
}
.a8 li i{
    margin:10px 15px;
    float: left;
    animation-duration: .6s;
}
.a8 li i.s1{
    background-position: 0px -80px;
}
.a8 li i.s2{
    background-position: -40px -80px;
}
.a8 li i.s3{
    background-position: -80px -80px;
}
.a8 li i.s4{
    background-position: -120px -80px;
}
.a8 li i.s5{
    background-position: -160px -80px;
}
.a8 li i.s6{
    background-position: -200px -80px;
}
.a8 li a:hover i {
    transform: rotateY(360deg);
}
@media (max-width: 480px) {

    .a8 li{
        width: 50%;
    }
    .a8 li a{
        font-size: 14px;
    }
}
.b3 li{
    padding:10px;
}
.b3 li a{
    background-color: #f3f3f3;
}
.b3 li a:hover{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.b3 li .pic {
    width: 270px;
    height: 150px;
    float: none;
    margin-right:0px;
    border-radius:3px;
}
.b3 li h4{
    border-left: none;
    padding:20px 20px 40px 20px;
}
.b3 li h4:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 4px;
    margin-top: -2px;
    background-color: #ffa237;
}
@media (max-width: 480px) {
    .b3 li{
        width: 100%;
    }
    .b3 li .pic,.b3 li .pic img {
        width: 100%;
        height: 150px;
    }
}
.topic {
    position: relative;
}

.topic .scroll {
    position: relative;
    margin: 10px 20px;
}

.topic li {
    width: 200px\9;
}

.topic li a {
    display: block;
    width: 200px\9;
    margin:0 10px;
}

.topic li img {
    width: 100%;
    height: 290px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.topic li h4{
    line-height: 20px;
    padding:10px 0px;
    text-align: center;
}

.topic-prev,.topic-next {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 60px;
    margin-top: -30px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(209, 209, 209, .5);
    cursor: pointer;
    z-index: 999;
    border-radius: 3px;
}

.topic-prev span,
.topic-next span {
    display: block;
    width: 35px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.topic-prev {
    left: 0px;
}

.topic-next {
    right: 0px;
}

@media (max-width: 1200px) {
    .topic .scroll {
        margin: 0 -10px;
    }

    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }
}



